crypto/tls.Conn.cipherSuite (field)
13 uses
crypto/tls (current package)
conn.go#L52: cipherSuite uint16
conn.go#L1334: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
conn.go#L1590: c.quicSetReadSecret(QUICEncryptionLevelApplication, c.cipherSuite, c.in.trafficSecret)
conn.go#L1631: state.CipherSuite = c.cipherSuite
handshake_client.go#L638: hs.c.cipherSuite = hs.suite.id
handshake_client_tls13.go#L219: c.cipherSuite = hs.suite.id
handshake_client_tls13.go#L602: if hs.session.cipherSuite != c.cipherSuite {
handshake_client_tls13.go#L889: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
handshake_server.go#L373: c.cipherSuite = hs.suite.id
handshake_server.go#L522: c.cipherSuite = hs.suite.id
handshake_server_tls13.go#L178: c.cipherSuite = hs.suite.id
handshake_server_tls13.go#L869: suite := cipherSuiteTLS13ByID(c.cipherSuite)
ticket.go#L296: cipherSuite: c.cipherSuite,
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |